home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / aplic / 2sync / 2SyncSetup.exe / modules / pf / panel / scripts / DefineButton2_26 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  196 b   |  5 lines

  1. on(press){
  2.    startDrag("",0,_parent.constraint._x,_parent.constraint._y,_parent.constraint._x,_parent.constraint._y + _parent.constraint._height - this._height);
  3.    dDobj[startFunction]();
  4. }
  5.